[INFO] fetching crate incodoc 0.8.0...
[INFO] testing incodoc-0.8.0 against master#1f7f8ea0721a3b1eb73e6c6d25cccb371434b320 for pr-154065-1
[INFO] extracting crate incodoc 0.8.0 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate incodoc 0.8.0
[INFO] finished tweaking crates.io crate incodoc 0.8.0
[INFO] tweaked toml for crates.io crate incodoc 0.8.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate incodoc 0.8.0 on toolchain 1f7f8ea0721a3b1eb73e6c6d25cccb371434b320
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate incodoc 0.8.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4cd076883db5138e2391538a6fae86ef5d92db7d252ab0776995f0f0ff3b0369
[INFO] running `Command { std: "docker" "start" "-a" "4cd076883db5138e2391538a6fae86ef5d92db7d252ab0776995f0f0ff3b0369", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4cd076883db5138e2391538a6fae86ef5d92db7d252ab0776995f0f0ff3b0369", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4cd076883db5138e2391538a6fae86ef5d92db7d252ab0776995f0f0ff3b0369", kill_on_drop: false }`
[INFO] [stdout] 4cd076883db5138e2391538a6fae86ef5d92db7d252ab0776995f0f0ff3b0369
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 64eab7aae29a9c7d4a640cd6d20c1346426f1d76c96648da0d79ba22896fda90
[INFO] running `Command { std: "docker" "start" "-a" "64eab7aae29a9c7d4a640cd6d20c1346426f1d76c96648da0d79ba22896fda90", kill_on_drop: false }`
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]    Compiling pest_meta v2.8.6
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]    Compiling incodoc v0.8.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: constant `README` is never used
[INFO] [stdout]   --> src/bin.rs:10:7
[INFO] [stdout]    |
[INFO] [stdout] 10 | const README: &str = "
[INFO] [stdout]    |       ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `TEST` is never used
[INFO] [stdout]    --> src/bin.rs:103:7
[INFO] [stdout]     |
[INFO] [stdout] 103 | const TEST: &str = "
[INFO] [stdout]     |       ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.99s
[INFO] running `Command { std: "docker" "inspect" "64eab7aae29a9c7d4a640cd6d20c1346426f1d76c96648da0d79ba22896fda90", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "64eab7aae29a9c7d4a640cd6d20c1346426f1d76c96648da0d79ba22896fda90", kill_on_drop: false }`
[INFO] [stdout] 64eab7aae29a9c7d4a640cd6d20c1346426f1d76c96648da0d79ba22896fda90
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c47c3a5d0e9f8b8657ac6c7ba8f4b402263128611422e6538ee4992f4b2c523f
[INFO] running `Command { std: "docker" "start" "-a" "c47c3a5d0e9f8b8657ac6c7ba8f4b402263128611422e6538ee4992f4b2c523f", kill_on_drop: false }`
[INFO] [stderr]    Compiling incodoc v0.8.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: constant `README` is never used
[INFO] [stdout]   --> src/bin.rs:10:7
[INFO] [stdout]    |
[INFO] [stdout] 10 | const README: &str = "
[INFO] [stdout]    |       ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `TEST` is never used
[INFO] [stdout]    --> src/bin.rs:103:7
[INFO] [stdout]     |
[INFO] [stdout] 103 | const TEST: &str = "
[INFO] [stdout]     |       ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 6.38s
[INFO] running `Command { std: "docker" "inspect" "c47c3a5d0e9f8b8657ac6c7ba8f4b402263128611422e6538ee4992f4b2c523f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c47c3a5d0e9f8b8657ac6c7ba8f4b402263128611422e6538ee4992f4b2c523f", kill_on_drop: false }`
[INFO] [stdout] c47c3a5d0e9f8b8657ac6c7ba8f4b402263128611422e6538ee4992f4b2c523f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 27cc184e83ff37a5bb764478fcb2f0c5a4827118bec6bf57d9b196a213ddfd7a
[INFO] running `Command { std: "docker" "start" "-a" "27cc184e83ff37a5bb764478fcb2f0c5a4827118bec6bf57d9b196a213ddfd7a", kill_on_drop: false }`
[INFO] [stderr] warning: constant `README` is never used
[INFO] [stderr]   --> src/bin.rs:10:7
[INFO] [stderr]    |
[INFO] [stderr] 10 | const README: &str = "
[INFO] [stderr]    |       ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: constant `TEST` is never used
[INFO] [stderr]    --> src/bin.rs:103:7
[INFO] [stderr]     |
[INFO] [stderr] 103 | const TEST: &str = "
[INFO] [stderr]     |       ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `incodoc` (bin "testbin" test) generated 2 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/incodoc-882324ea4c0de1ad)
[INFO] [stdout] 
[INFO] [stdout] running 185 tests
[INFO] [stdout] test tests::deemphasise::deemphasise::emphasis ... ok
[INFO] [stdout] test tests::deemphasise::deemphasise::emphasised_text ... ok
[INFO] [stdout] test tests::parse::parse::po_code_c0_f1 ... ok
[INFO] [stdout] test tests::collect::toc::collect_links ... ok
[INFO] [stdout] test tests::parse::parse::po_code_c0_f0 ... ok
[INFO] [stdout] test tests::parse::parse::po_code_c2 ... ok
[INFO] [stdout] test tests::parse::parse::po_code_c4 ... ok
[INFO] [stdout] test tests::parse::parse::po_code_c10 ... ok
[INFO] [stdout] test tests::parse::parse::po_code_c8 ... ok
[INFO] [stdout] test tests::parse::parse::po_code_c7 ... ok
[INFO] [stdout] test tests::parse::parse::po_code_c9 ... ok
[INFO] [stdout] test tests::parse::parse::po_code_comment ... ok
[INFO] [stdout] test tests::parse::parse::po_code_c6 ... ok
[INFO] [stdout] test tests::parse::parse::po_code_c11 ... ok
[INFO] [stdout] test tests::parse::parse::po_code_meta1 ... ok
[INFO] [stdout] test tests::parse::parse::po_code_c3 ... ok
[INFO] [stdout] test tests::parse::parse::po_emphasis_c0_f0 ... ok
[INFO] [stdout] test tests::parse::parse::po_code_c5 ... ok
[INFO] [stdout] test tests::parse::parse::po_code_trailing_comma0 ... ok
[INFO] [stdout] test tests::parse::parse::po_emphasis_c0_f1 ... ok
[INFO] [stdout] test tests::parse::parse::po_emphasis_c1 ... ok
[INFO] [stdout] test tests::parse::parse::po_code_trailing_comma1 ... ok
[INFO] [stdout] test tests::parse::parse::po_code_meta0 ... ok
[INFO] [stdout] test tests::parse::parse::po_emphasis_c2 ... ok
[INFO] [stdout] test tests::parse::parse::po_code_meta2 ... ok
[INFO] [stdout] test tests::parse::parse::po_emphasis_c3 ... ok
[INFO] [stdout] test tests::parse::parse::po_emphasis_c8 ... ok
[INFO] [stdout] test tests::parse::parse::po_emphasis_c4 ... ok
[INFO] [stdout] test tests::parse::parse::po_emphasis_c5 ... ok
[INFO] [stdout] test tests::parse::parse::po_emphasis_c6 ... ok
[INFO] [stdout] test tests::parse::parse::po_emphasis_c7 ... ok
[INFO] [stdout] test tests::parse::parse::po_emphasis_c9 ... ok
[INFO] [stdout] test tests::parse::parse::po_empty_comment1 ... ok
[INFO] [stdout] test tests::parse::parse::po_empty ... ok
[INFO] [stdout] test tests::parse::parse::po_empty_comment2 ... ok
[INFO] [stdout] test tests::parse::parse::po_empty_comment0 ... ok
[INFO] [stdout] test tests::parse::parse::po_empty_comment3 ... ok
[INFO] [stdout] test tests::parse::parse::po_heading_c2 ... ok
[INFO] [stdout] test tests::parse::parse::po_heading_comment ... ok
[INFO] [stdout] test tests::parse::parse::po_heading_c0 ... ok
[INFO] [stdout] test tests::parse::parse::po_heading_c3 ... ok
[INFO] [stdout] test tests::parse::parse::po_heading_meta0 ... ok
[INFO] [stdout] test tests::parse::parse::po_heading_c1 ... ok
[INFO] [stdout] test tests::parse::parse::po_heading_meta1 ... ok
[INFO] [stdout] test tests::parse::parse::po_emphasis_comment ... ok
[INFO] [stdout] test tests::parse::parse::po_heading_c4 ... ok
[INFO] [stdout] test tests::parse::parse::po_link_c0_comment ... ok
[INFO] [stdout] test tests::parse::parse::po_list_c0 ... ok
[INFO] [stdout] test tests::parse::parse::po_link_meta2 ... ok
[INFO] [stdout] test tests::parse::parse::po_list_c0_trailing_comma ... ok
[INFO] [stdout] test tests::parse::parse::po_link_c0 ... ok
[INFO] [stdout] test tests::parse::parse::po_link_c1 ... ok
[INFO] [stdout] test tests::parse::parse::po_link_meta1 ... ok
[INFO] [stdout] test tests::parse::parse::po_link_meta0 ... ok
[INFO] [stdout] test tests::parse::parse::po_heading_meta2 ... ok
[INFO] [stdout] test tests::parse::parse::po_list_c2 ... ok
[INFO] [stdout] test tests::parse::parse::po_list_c3 ... ok
[INFO] [stdout] test tests::parse::parse::po_list_c1 ... ok
[INFO] [stdout] test tests::parse::parse::po_list_meta_c0 ... ok
[INFO] [stdout] test tests::parse::parse::po_list_meta_c2 ... ok
[INFO] [stdout] test tests::parse::parse::po_nav_c0 ... ok
[INFO] [stdout] test tests::parse::parse::po_nav_c0_comment ... ok
[INFO] [stdout] test tests::parse::parse::po_nav_c2 ... ok
[INFO] [stdout] test tests::parse::parse::po_nav_c1_trailing_comma ... ok
[INFO] [stdout] test tests::parse::parse::po_nav_c1 ... ok
[INFO] [stdout] test tests::parse::parse::po_nav_meta0 ... ok
[INFO] [stdout] test tests::parse::parse::po_list_meta_c1 ... ok
[INFO] [stdout] test tests::parse::parse::po_nav_meta1 ... ok
[INFO] [stdout] test tests::parse::parse::po_paragraph_meta ... ok
[INFO] [stdout] test tests::parse::parse::po_paragraph_trailing_comma ... ok
[INFO] [stdout] test tests::parse::parse::po_paragraph_comment ... ok
[INFO] [stdout] test tests::parse::parse::po_props_absorb_c1 ... ok
[INFO] [stdout] test tests::parse::parse::po_props_absorb_c2 ... ok
[INFO] [stdout] test tests::parse::parse::po_props_absorb_c0 ... ok
[INFO] [stdout] test tests::parse::parse::po_props_absorb_c3 ... ok
[INFO] [stdout] test tests::parse::parse::po_list_c4 ... ok
[INFO] [stdout] test tests::parse::parse::po_props_absorb_c4 ... ok
[INFO] [stdout] test tests::parse::parse::po_list_comment ... ok
[INFO] [stdout] test tests::parse::parse::po_props_comment ... ok
[INFO] [stdout] test tests::parse::parse::po_props_empty_f0 ... ok
[INFO] [stdout] test tests::parse::parse::po_props_empty_f2 ... ok
[INFO] [stdout] test tests::parse::parse::po_props_empty_f1 ... ok
[INFO] [stdout] test tests::parse::parse::po_props_empty_f3 ... ok
[INFO] [stdout] test tests::parse::parse::po_props_trailing_comma ... ok
[INFO] [stdout] test tests::parse::parse::po_props_overwrite_c2 ... ok
[INFO] [stdout] test tests::parse::parse::po_props_tuple_date_c0 ... ok
[INFO] [stdout] test tests::parse::parse::po_props_overwrite_c1 ... ok
[INFO] [stdout] test tests::parse::parse::po_props_tuple_date_c2 ... ok
[INFO] [stdout] test tests::parse::parse::po_props_tuple_date_c3 ... ok
[INFO] [stdout] test tests::parse::parse::po_props_tuple_date_c4 ... ok
[INFO] [stdout] test tests::parse::parse::po_props_tuple_date_c1 ... ok
[INFO] [stdout] test tests::parse::parse::po_props_tuple_date_c5 ... ok
[INFO] [stdout] test tests::parse::parse::po_props_tuple_int_c0 ... ok
[INFO] [stdout] test tests::parse::parse::po_props_tuple_int_c1 ... ok
[INFO] [stdout] test tests::parse::parse::po_props_tuple_string_f0 ... ok
[INFO] [stdout] test tests::parse::parse::po_props_tuple_int_c2 ... ok
[INFO] [stdout] test tests::parse::parse::po_nav_meta2 ... ok
[INFO] [stdout] test tests::parse::parse::po_props_tuple_string_f1 ... ok
[INFO] [stdout] test tests::parse::parse::po_props_tuple_text_c1 ... ok
[INFO] [stdout] test tests::parse::parse::po_props_tuple_text_c0 ... ok
[INFO] [stdout] test tests::parse::parse::po_section_c0_f0 ... ok
[INFO] [stdout] test tests::parse::parse::po_section_c0_trailing_comma ... ok
[INFO] [stdout] test tests::parse::parse::po_section_c1 ... ok
[INFO] [stdout] test tests::parse::parse::po_section_c4 ... ok
[INFO] [stdout] test tests::parse::parse::po_section_c2 ... ok
[INFO] [stdout] test tests::parse::parse::po_section_c3 ... ok
[INFO] [stdout] test tests::parse::parse::po_section_meta ... ok
[INFO] [stdout] test tests::parse::parse::po_table_c1 ... ok
[INFO] [stdout] test tests::parse::parse::po_table_c0 ... ok
[INFO] [stdout] test tests::parse::parse::po_table_c2 ... ok
[INFO] [stdout] test tests::parse::parse::po_table_c0_comment ... ok
[INFO] [stdout] test tests::parse::parse::po_table_c3 ... ok
[INFO] [stdout] test tests::parse::parse::po_table_c4 ... ok
[INFO] [stdout] test tests::parse::parse::po_paragraph ... ok
[INFO] [stdout] test tests::parse::parse::po_table_c5 ... ok
[INFO] [stdout] test tests::parse::parse::po_section_comment ... ok
[INFO] [stdout] test tests::parse::parse::po_props_overwrite_c0 ... ok
[INFO] [stdout] test tests::parse::parse::po_props_tuple_date_c6 ... ok
[INFO] [stdout] test tests::parse::parse::po_tags_c2 ... ok
[INFO] [stdout] test tests::parse::parse::po_tags_c0_f2 ... ok
[INFO] [stdout] test tests::parse::parse::po_tags_c0_f0 ... ok
[INFO] [stdout] test tests::parse::parse::po_tags_c0_f1 ... ok
[INFO] [stdout] test tests::parse::parse::po_tags_c1 ... ok
[INFO] [stdout] test tests::parse::parse::po_tags_c3 ... ok
[INFO] [stdout] test tests::parse::parse::po_text_c0 ... ok
[INFO] [stdout] test tests::parse::parse::po_text_c2 ... ok
[INFO] [stdout] test tests::parse::parse::po_tags_comment ... ok
[INFO] [stdout] test tests::parse::parse::po_text_c1 ... ok
[INFO] [stdout] test tests::parse::parse::po_text_c3 ... ok
[INFO] [stdout] test tests::parse::parse::po_text_c4 ... ok
[INFO] [stdout] test tests::parse::parse::po_text_c10 ... ok
[INFO] [stdout] test tests::parse::parse::po_text_c5 ... ok
[INFO] [stdout] test tests::parse::parse::po_text_c6 ... ok
[INFO] [stdout] test tests::parse::parse::po_text_c8 ... ok
[INFO] [stdout] test tests::parse::parse::po_text_c7 ... ok
[INFO] [stdout] test tests::parse::parse::po_text_c9 ... ok
[INFO] [stdout] test tests::parse::parse::po_text_comment0 ... ok
[INFO] [stdout] test tests::parse::parse::po_text_meta0 ... ok
[INFO] [stdout] test tests::parse::parse::po_text_meta2 ... ok
[INFO] [stdout] test tests::parse::parse::po_text_comment1 ... ok
[INFO] [stdout] test tests::parse::parse::po_text_meta1 ... ok
[INFO] [stdout] test tests::parse::parse::po_text_comment2 ... ok
[INFO] [stdout] test tests::parse::parse::po_text_comment3 ... ok
[INFO] [stdout] test tests::prune::prune::pc_heading ... ok
[INFO] [stdout] test tests::prune::prune::pc_emphasis_c0 ... ok
[INFO] [stdout] test tests::parse::parse::po_text_meta3 ... ok
[INFO] [stdout] test tests::prune::prune::pc_link ... ok
[INFO] [stdout] test tests::parse::parse::po_text_meta5 ... ok
[INFO] [stdout] test tests::prune::prune::pc_code ... ok
[INFO] [stdout] test tests::prune::prune::pc_nav ... ok
[INFO] [stdout] test tests::prune::prune::pc_paragraph ... ok
[INFO] [stdout] test tests::prune::prune::pc_nav_1 ... ok
[INFO] [stdout] test tests::parse::parse::po_text_meta4 ... ok
[INFO] [stdout] test tests::prune::prune::pc_props ... ok
[INFO] [stdout] test tests::prune::prune::pc_section ... ok
[INFO] [stdout] test tests::prune::prune::pc_string_c2 ... ok
[INFO] [stdout] test tests::prune::prune::pc_string_c1 ... ok
[INFO] [stdout] test tests::prune::prune::pc_emphasis_c1 ... ok
[INFO] [stdout] test tests::prune::prune::pc_string_c0 ... ok
[INFO] [stdout] test tests::prune::prune::pc_string_c3 ... ok
[INFO] [stdout] test tests::query::query::first_heading ... ok
[INFO] [stdout] test tests::prune::prune::pc_table ... ok
[INFO] [stdout] test tests::squash::squash::sq_link ... ok
[INFO] [stdout] test tests::squash::squash::sq_doc ... ok
[INFO] [stdout] test tests::squash::squash::sq_list ... ok
[INFO] [stdout] test tests::prune::prune::pc_tags ... ok
[INFO] [stdout] test tests::squash::squash::sq_heading ... ok
[INFO] [stdout] test tests::squash::squash::sq_paragraph_c1 ... ok
[INFO] [stdout] test tests::squash::squash::sq_section ... ok
[INFO] [stdout] test tests::squash::squash::sq_section_in_doc ... ok
[INFO] [stdout] test tests::squash::squash::sq_table ... ok
[INFO] [stdout] test tests::toc::toc::toc_hs_doc_section_mtext ... ok
[INFO] [stdout] test tests::toc::toc::toc_hs_doc_section ... ok
[INFO] [stdout] test tests::toc::toc::toc_hs_doc_section_par_all_but_mtext ... ok
[INFO] [stdout] test tests::toc::toc::toc_iwc_doc ... ok
[INFO] [stdout] test tests::squash::squash::sq_paragraph_c0 ... ok
[INFO] [stdout] test tests::toc::toc::toc_hs_doc_section_par_mtext ... ok
[INFO] [stdout] test tests::toc::toc::toc_hs_doc ... ok
[INFO] [stdout] test tests::toc::toc::toc_iwc_doc_section ... ok
[INFO] [stdout] test tests::toc::toc::toc_iwc_through_id_less_list_and_table ... ok
[INFO] [stdout] test tests::prune::prune::pc_mtext ... ok
[INFO] [stdout] test tests::toc::toc::toc_iwc_doc_section_mtext ... ok
[INFO] [stdout] test tests::toc::toc::toc_iwc_doc_section_par_all_but_mtext ... ok
[INFO] [stdout] test tests::parse::parse::po_code_c1 ... ok
[INFO] [stdout] test tests::prune::prune::pc_list ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 185 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.38s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin.rs (/opt/rustwide/target/debug/deps/testbin-85893faf3d22819f)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests incodoc
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "27cc184e83ff37a5bb764478fcb2f0c5a4827118bec6bf57d9b196a213ddfd7a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "27cc184e83ff37a5bb764478fcb2f0c5a4827118bec6bf57d9b196a213ddfd7a", kill_on_drop: false }`
[INFO] [stdout] 27cc184e83ff37a5bb764478fcb2f0c5a4827118bec6bf57d9b196a213ddfd7a
